Micron Document
Fox's Git Mirrors

Node / RFnexus / RNS-Flet-App-Template.git rns://e35de29a61974cd952fde3fe9c8500d5/RFnexus/RNS-Flet-App-Template.git


>RNS Flet App Template

A template for creating RNS applications using Flet.

Requirements

• Python 3.11+
• Poetry

Installation

Clone this repository and install dependencies:

T282828
git clone <your-repo-url>
cd rns-flet-app-template
poetry install

Usage

Desktop

T282828
poetry run rns-flet-app

Web

T282828
poetry run rns-flet-app-web

Mobile

Android
T282828
poetry run rns-flet-app-android

iOS
T282828
poetry run rns-flet-app-ios

Building

Desktop Applications

T282828
poetry run flet build linux # Linux
poetry run flet build windows # Windows
poetry run flet build macos # macOS

Mobile Applications

T282828
poetry run flet build apk # Android APK
poetry run flet build aab # Android App Bundle
poetry run flet build ipa # iOS app
Served by rngit 1.5.0 - Generated in 0.03s